[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SEC(TEXP) (INTEGER)
Function
Extract the second (0-59) of the minute from a specified time of day.
Syntax
SEC(texp)
texp = Any time expression.
Return Type & Value
INTEGER
Returns the second of the minute from the specified time expression (texp).
Valid return values are from 0 to 59.
Remarks
This function allows you to extract a particular piece of information
about a TIME value, in this case the second of the minute of the time of
day expression.
Examples
PRINTLN "The minute is ",SEC(TIME())
See Also:
HOUR()
MIN()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson